records

records

Active filters Clear all

No active filters

Filters

Signal Passed At Danger on main tracks by train type

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
annee_jaar
Type
date
Sample
                       
Train type
               

No description available for this field.

Name (identifier)
type_de_train_trein_type_voie_principale
Type
text
Sample
                       
Train type
               

No description available for this field.

Name (identifier)
type_de_train
Type
text
Sample
                       
Train type
               

No description available for this field.

Name (identifier)
train_type
Type
text
Sample
                       
Number of Signal Passed At Danger
               

No description available for this field.

Name (identifier)
spad
Type
integer
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"seinvoorbijrijding-per-type-trein-op-hoofdsporen",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/seinvoorbijrijding-per-type-trein-op-hoofdsporen"
      }
    ]
    ,
  • "definitions":
    {
    • "seinvoorbijrijding-per-type-trein-op-hoofdsporen":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/seinvoorbijrijding-per-type-trein-op-hoofdsporen_records"
            }
          }
        }
      }
      ,
    • "seinvoorbijrijding-per-type-trein-op-hoofdsporen_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "annee_jaar":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "type_de_train_trein_type_voie_principale":
              {
              • "type":"string",
              • "title":"Train type",
              • "description":""
              }
              ,
            • "type_de_train":
              {
              • "type":"string",
              • "title":"Train type",
              • "description":""
              }
              ,
            • "train_type":
              {
              • "type":"string",
              • "title":"Train type",
              • "description":""
              }
              ,
            • "spad":
              {
              • "type":"integer",
              • "title":"Number of Signal Passed At Danger",
              • "description":""
              }
            }
          }
        }
      }
    }
}